Skip to content

Remove generics from SupportedParameterType and SupportedReturnType traits #475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025

Conversation

jprendes
Copy link
Contributor

@jprendes jprendes commented May 8, 2025

As far as I can tell those generics are not needed
They also mean that for each generic value it's actually a different trait, making it harder to use them as generics themselves.

@jprendes jprendes force-pushed the host_function_2 branch from 66efd0e to 81fb4d9 Compare May 8, 2025 17:54
@jprendes jprendes added the kind/refactor For PRs that restructure or remove code without adding new functionality. label May 8, 2025
Copy link
Contributor

@ludfjig ludfjig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks reasonable to me :D

@jprendes jprendes merged commit ae139b0 into hyperlight-dev:main May 8, 2025
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor For PRs that restructure or remove code without adding new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants